projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedbe79
)
Seal priv pointer in GtkPrintUnixDialog.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:27 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:27 +0000
(11:05 +0000)
svn path=/trunk/; revision=20573
gtk/gtkprintunixdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkprintunixdialog.h
b/gtk/gtkprintunixdialog.h
index 47869c152611950886b8c48a46cf031237be984b..c7a919f9dc757e5e77ea63239b640461837379e5 100644
(file)
--- a/
gtk/gtkprintunixdialog.h
+++ b/
gtk/gtkprintunixdialog.h
@@
-46,7
+46,7
@@
struct _GtkPrintUnixDialog
{
GtkDialog parent_instance;
- GtkPrintUnixDialogPrivate *
priv
;
+ GtkPrintUnixDialogPrivate *
GSEAL (priv)
;
};
struct _GtkPrintUnixDialogClass